home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Software 2000
/
Software 2000 Volume 1 (Disc 1 of 2).iso
/
education
/
e126.dms
/
e126.adf
/
*Was A Little Woman*
/
There Was A Little Woman
/
There Was A Little Woman.amosSourceCode
< prev
Wrap
AMOS Source Code
|
2007-07-18
|
635b
|
36 lines
Hide
Screen Open 0,356,300,4,Lowres
Curs Off
Palette 0,$0
Cls
Pen 3
Locate ,3
Centre "SPEED SELECT"
Locate ,6
Centre "Click Left Mouse Button"
Locate ,7
Centre "For Fast Computers"
Locate ,9
Centre "Click Right Mouse Button"
Locate ,10
Centre "For Slower Computers"
44 If Mouse Key=1 Then SP=4010 : Goto 66
If Mouse Key=2 Then SP=3800 : Goto 66
Goto 44
66 Volume 63
4 Music 1
7 For T=6 To 10
Unpack T To 0
For Y=0 To SP
Pen 0 : Paper 0 : Locate 0,0 : Print Y
If Mouse Key=2 Then Change Mouse 3 : Show : Proc _END
Next Y
Next T
Goto 7
Procedure _END
For V=63 To 0 Step -1
Volume V
Wait Vbl
Next
Edit
End Proc